Skip to content

chore(deps): bump the python-deps group across 1 directory with 3 updates - #420

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-83cb0a939f
Closed

chore(deps): bump the python-deps group across 1 directory with 3 updates#420
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-deps-83cb0a939f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown

Updates the requirements on lancedb, everalgo-user-memory and everalgo-agent-memory to permit the latest version.
Updates lancedb to 0.37.1

Release notes

Sourced from lancedb's releases.

LanceDB v0.37.1

🛠 Breaking Changes

🎉 New Features

🐛 Bug Fixes

... (truncated)

Commits
  • b89f87f Bump version: 0.37.1-beta.3 → 0.37.1
  • a022d3b Bump version: 0.37.1-beta.2 → 0.37.1-beta.3
  • 8268532 Bump version: 0.37.1-beta.1 → 0.37.1-beta.2
  • f933ef9 fix(ci): tag releases after updating lockfiles
  • e885e5d fix(ci): validate stable Lance dependencies
  • 7c7efa9 feat: update lance dependency to v10.0.0
  • 12405a4 chore: drop explicit goosefs-sdk pin in favor of opendal 0.58.1 transitive de...
  • 36054be fix(node): preserve nested Arrow data across versions (#3900)
  • 77a93fe fix: get table size from metadata, not files (#3790)
  • 7bb5018 Bump version: 0.37.1-beta.0 → 0.37.1-beta.1
  • Additional commits viewable in compare view

Updates everalgo-user-memory from 0.4.0 to 0.7.0

Changelog

Sourced from everalgo-user-memory's changelog.

Changelog

All notable changes to the EverAlgo monorepo are documented here. Format follows Keep a Changelog 1.1.0. Each distribution follows its own Semantic Versioning 2.0 cadence — there is no umbrella version.

Per-distribution changelogs are the source of truth. This file is a navigation index.

Distribution status

The table tracks the current version declared in each packages/everalgo-*/pyproject.toml. All eight distributions are published to PyPI.

Distribution Version Changelog
everalgo-core 0.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-boundary/CHANGELOG.md
everalgo-clustering 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-clustering/CHANGELOG.md
everalgo-rank 0.4.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.8.0rc3 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-agent-memory/CHANGELOG.md
everalgo-parser 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-parser/CHANGELOG.md
everalgo-knowledge 0.1.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-knowledge/CHANGELOG.md

Release candidate — 2026-09-01 (user-memory 0.8.0rc3)

Episode extraction now declares the participants' language before writing whenever the caller leaves output_language unset, exposing a normalized user_language for downstream language pinning without an extra LLM call. Episode title and relative-time guidance now focus on the core event, resolve each reference from its containing message, and preserve vague or range-granularity expressions. Summary generation adds a faithfulness contract, while the 400-unit guard repairs an over-wide summary from that summary alone.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-08-30 (user-memory 0.8.0rc2)

Observability follow-up to rc1: EpisodeExtractor and ProfileExtractor log their key branch points with criterion values, so one extraction reads as one story in the log. The episode summary guard's tier boundaries become visible — the tier-2 entry rate IS the production model's violation rate, repaired-vs-truncated its repair success rate — and the profile lane logs its maintenance routing (total-cap breach → compact, group breach → scoped regroup) with the numbers that triggered it. Five caplog tests pin the surface. No behaviour changes; rc2 supersedes rc1 for the dev verification round so the logs are there to read.

Release candidate — 2026-08-29 (user-memory 0.8.0rc1)

Two production-driven changes, both verified on lifecycle/matrix experiments before shipping.

Profile items go atomic (breaking): one fact, one item — category becomes a group key that many items share instead of a unique key whose single item absorbs its whole dimension. The fold path

... (truncated)

Commits
  • 20c8622 Merge branch 'release/user-memory-v0.7.0' into 'main'
  • 522b313 🔖 release(user-memory): 0.7.0 — profile prompt rewrite around one definition ...
  • 8675b16 Merge branch 'fix/profile-explicit-info-event-pollution' into 'main'
  • 2fb9ddf 🐛 fix(user-memory): rewrite the profile prompts around one definition of a po...
  • 6756474 Merge branch 'release/boundary-user-agent-memory' into 'main'
  • 27f400c 🔖 release(release): boundary 0.3.0 + user-memory 0.6.0 + agent-memory 0.5.0 —...
  • 305ed10 Merge branch 'fix/boundary-should-wait' into 'main'
  • 0da1697 🐛 fix(boundary)!: surface the LLM's should_wait verdict instead of discarding it
  • 0f0ae7d Merge branch 'release/core-user-memory-v0.5.0' into 'main'
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • Additional commits viewable in compare view

Updates everalgo-agent-memory from 0.4.0 to 0.5.0

Changelog

Sourced from everalgo-agent-memory's changelog.

Changelog

All notable changes to the EverAlgo monorepo are documented here. Format follows Keep a Changelog 1.1.0. Each distribution follows its own Semantic Versioning 2.0 cadence — there is no umbrella version.

Per-distribution changelogs are the source of truth. This file is a navigation index.

Distribution status

The table tracks the current version declared in each packages/everalgo-*/pyproject.toml. All eight distributions are published to PyPI.

Distribution Version Changelog
everalgo-core 0.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-core/CHANGELOG.md
everalgo-boundary 0.3.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-boundary/CHANGELOG.md
everalgo-clustering 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-clustering/CHANGELOG.md
everalgo-rank 0.4.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-rank/CHANGELOG.md
everalgo-user-memory 0.8.0rc3 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md
everalgo-agent-memory 0.5.0 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-agent-memory/CHANGELOG.md
everalgo-parser 0.2.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-parser/CHANGELOG.md
everalgo-knowledge 0.1.1 https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-knowledge/CHANGELOG.md

Release candidate — 2026-09-01 (user-memory 0.8.0rc3)

Episode extraction now declares the participants' language before writing whenever the caller leaves output_language unset, exposing a normalized user_language for downstream language pinning without an extra LLM call. Episode title and relative-time guidance now focus on the core event, resolve each reference from its containing message, and preserve vague or range-granularity expressions. Summary generation adds a faithfulness contract, while the 400-unit guard repairs an over-wide summary from that summary alone.

Detail in https://github.com/EverMind-AI/EverAlgo/blob/main/packages/everalgo-user-memory/CHANGELOG.md.

Release candidate — 2026-08-30 (user-memory 0.8.0rc2)

Observability follow-up to rc1: EpisodeExtractor and ProfileExtractor log their key branch points with criterion values, so one extraction reads as one story in the log. The episode summary guard's tier boundaries become visible — the tier-2 entry rate IS the production model's violation rate, repaired-vs-truncated its repair success rate — and the profile lane logs its maintenance routing (total-cap breach → compact, group breach → scoped regroup) with the numbers that triggered it. Five caplog tests pin the surface. No behaviour changes; rc2 supersedes rc1 for the dev verification round so the logs are there to read.

Release candidate — 2026-08-29 (user-memory 0.8.0rc1)

Two production-driven changes, both verified on lifecycle/matrix experiments before shipping.

Profile items go atomic (breaking): one fact, one item — category becomes a group key that many items share instead of a unique key whose single item absorbs its whole dimension. The fold path

... (truncated)

Commits
  • 27f400c 🔖 release(release): boundary 0.3.0 + user-memory 0.6.0 + agent-memory 0.5.0 —...
  • 305ed10 Merge branch 'fix/boundary-should-wait' into 'main'
  • 0da1697 🐛 fix(boundary)!: surface the LLM's should_wait verdict instead of discarding it
  • 0f0ae7d Merge branch 'release/core-user-memory-v0.5.0' into 'main'
  • b68b0fe 🔖 release(release): core 0.5.0 + user-memory 0.5.0 — model-written Episode.su...
  • 86368f3 Merge branch 'feat/episode-summary' into 'main'
  • dc6c8c7 ✨ feat(user-memory)!: make Episode.summary a model-written preview instead of...
  • a2ad5f8 Merge branch 'feat/reflect-output-language' into 'main'
  • eb669cd ✨ feat(user-memory): let the caller choose EpisodeReflector's output language...
  • 9eb1a24 Merge branch 'feat/output-language-argument' into 'main'
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 25, 2026
…ates

Updates the requirements on [lancedb](https://github.com/lancedb/lancedb), [everalgo-user-memory](https://github.com/EverMind-AI/EverAlgo) and [everalgo-agent-memory](https://github.com/EverMind-AI/EverAlgo) to permit the latest version.

Updates `lancedb` to 0.37.1
- [Release notes](https://github.com/lancedb/lancedb/releases)
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md)
- [Commits](lancedb/lancedb@python-v0.34.0...v0.37.1)

Updates `everalgo-user-memory` from 0.4.0 to 0.7.0
- [Release notes](https://github.com/EverMind-AI/EverAlgo/releases)
- [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md)
- [Commits](EverMind-AI/EverAlgo@everalgo-user-memory/v0.4.0...everalgo-user-memory/v0.7.0)

Updates `everalgo-agent-memory` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/EverMind-AI/EverAlgo/releases)
- [Changelog](https://github.com/EverMind-AI/EverAlgo/blob/main/CHANGELOG.md)
- [Commits](EverMind-AI/EverAlgo@everalgo-agent-memory/v0.4.0...everalgo-agent-memory/v0.5.0)

---
updated-dependencies:
- dependency-name: everalgo-agent-memory
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: everalgo-user-memory
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: lancedb
  dependency-version: 0.37.1
  dependency-type: direct:production
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-83cb0a939f branch from 1a72dc2 to 9102cfd Compare September 1, 2026 22:30
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/python-deps-83cb0a939f branch September 7, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants